|
CallGraph
|
Class define structure for parser to read stream of data from gprof tool. More...
#include <gprofparser.h>
Public Member Functions | |
| GprofParser () | |
| Defautl constructor. | |
| ~GprofParser () | |
| Defautl destructor. | |
| void | GprofParserStream (wxInputStream *m_pInputStream) |
| Function is reading the input stream from gprof application and scan the rows to save to collection of objects lines. | |
Public Attributes | |
| LineParserList | lines |
| List lines type LineParserList. | |
Class define structure for parser to read stream of data from gprof tool.
Definition at line 21 of file gprofparser.h.
Defautl constructor.
Definition at line 6 of file gprofparser.cpp.
Defautl destructor.
Definition at line 19 of file gprofparser.cpp.
| void GprofParser::GprofParserStream | ( | wxInputStream * | m_pInputStream | ) |
Function is reading the input stream from gprof application and scan the rows to save to collection of objects lines.
| m_pInputStream | pointer of type wxInputStream. |
Definition at line 25 of file gprofparser.cpp.
| LineParserList GprofParser::lines |
List lines type LineParserList.
Definition at line 47 of file gprofparser.h.